PasswordStore

Defines password store types that are used to specify which encryption storage backend to use to encrypt cookies on Linux.

Entries

Link copied to clipboard

Choose encryption automatically.

Link copied to clipboard

Use KWallet encryption.

Link copied to clipboard

Use KWallet5 encryption.

Link copied to clipboard

Use GNOME encryption.

Link copied to clipboard

Use GNOME keyring encryption.

Link copied to clipboard

Use GNOME libsecret encryption.

Link copied to clipboard

Use basic encryption.

Functions

Link copied to clipboard
open fun value(): String
Returns a string representation of the password store type.
Link copied to clipboard
open fun valueOf(name: String): PasswordStore

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.